Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Regular Expressions
1) (w){1,2} matches a non-word character either one or two times
2) (w+) matches one or more word characters
3) [aeiou] matches all vowels
4) [p{P}d] matches all punctuation and decimal digit characters
5) [sp{P}] matches all white-space and punctuation
6) A regular expression with two numbered groups
7) Any Character
8) Count chars
9) Count line
10) Determines whether input format is valid for an e-mail address
11) EitherOr Pattern Matching with section
12) Every word replaced by another word
13) Match and extract numbers
14) Match Email
15) Match regular expression to string and print out all matches
16) Negative Character Group
17) Negative Unicode Category or Unicode Block
18) Regex CompileToAssembly
19) Regex Matches
20) Regex(w+)
21) Regular expression using character class
22) Regular expression using eitheror
23) Replace first 3 digits
24) String split at commas
25) Unicode Category or Unicode Block
26) Use a numbered group instead of a named group
27) Use MatchCollection
28) Using Regex method Replace
29) Validate for Canada postal code format
30) Validate for US postal code format
31) W matches any non-word character
32) Word count